home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / devel-docs / libgimp / libgimp-include.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-24  |  245 b   |  16 lines

  1. /*  
  2.  *   gtk-doc can't build libgimp-scan.c without PLUG_IN_INFO being defined
  3.  *   so we include this file as a workaround 
  4.  */
  5.  
  6. #include <glib.h>
  7. #include <libgimp/gimp.h>
  8.  
  9. GimpPlugInInfo PLUG_IN_INFO =
  10. {
  11.   NULL,
  12.   NULL, 
  13.   NULL, 
  14.   NULL,
  15. };
  16.